const github.com/klauspost/compress/flate.maxHashOffset

2 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L52: 	maxHashOffset       = 1 << 28
		deflate.go#L144: 		if s.hashOffset > maxHashOffset {